home *** CD-ROM | disk | FTP | other *** search
/ Imagine! / Imagine (Wayzata Technology) (1995).iso / mac / Windows / AMazing.dir / 00508_Script_508 < prev    next >
Text File  |  1995-08-24  |  170b  |  11 lines

  1. --random-holeDetOC
  2. on mouseUp
  3.   set random to 2
  4.   if random(2) = 1 then
  5.     go "2Dhole"
  6.   else
  7.     if random(2) = 2 then
  8.       go "OC2D"
  9.     end if
  10.   end if
  11. end